1 package com.github.davidmoten.rx.buffertofile; 2 3 public enum CacheType { 4 HARD_REF, SOFT_REF, WEAK_REF, LEAST_RECENTLY_USED, NO_CACHE; 5 }