Uses of Class
org.smallmind.persistence.cache.DurableKey
Packages that use DurableKey
-
Uses of DurableKey in org.smallmind.persistence.cache
Methods in org.smallmind.persistence.cache that return types with arguments of type DurableKeyMethod parameters in org.smallmind.persistence.cache with type arguments of type DurableKey -
Uses of DurableKey in org.smallmind.persistence.cache.praxis
Methods in org.smallmind.persistence.cache.praxis that return DurableKeyMethods in org.smallmind.persistence.cache.praxis that return types with arguments of type DurableKeyConstructors in org.smallmind.persistence.cache.praxis with parameters of type DurableKeyModifierConstructorDescriptionByKeySingularVector(DurableKey<I, D> durableKey, int timeToLiveSeconds) Constructor parameters in org.smallmind.persistence.cache.praxis with type arguments of type DurableKeyModifierConstructorDescriptionByKeyRoster(Class<D> durableClass, Roster<DurableKey<I, D>> keyRoster) ByKeyRosterIterator(ORMDao<I, D, ?, ?> ormDao, ListIterator<DurableKey<I, D>> keyListIterator)