@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Expirable
RxCache has an automated process to evict any record when the threshold memory assigned to the
persistence layer is close to reached, even if its life time has not been fulfilled. Provider's
record annotated with Expirable annotation and set its value to false will be exclude from the
process.