Uses of Interface
org.red5.cache.ICacheable
Packages that use ICacheable
-
Uses of ICacheable in org.red5.cache
Methods in org.red5.cache that return ICacheableModifier and TypeMethodDescriptionReturn a cached object with the given name.Methods in org.red5.cache that return types with arguments of type ICacheableModifier and TypeMethodDescriptionIterator<SoftReference<? extends ICacheable>>ICacheStore.getObjects()Return iterator over the already loaded objects in the storage.Methods in org.red5.cache with parameters of type ICacheableModifier and TypeMethodDescriptionbooleanICacheStore.remove(ICacheable obj) Delete the passed cached object. -
Uses of ICacheable in org.red5.cache.impl
Classes in org.red5.cache.impl that implement ICacheableModifier and TypeClassDescriptionclassProvides an implementation of a cacheable object.Fields in org.red5.cache.impl with type parameters of type ICacheableModifier and TypeFieldDescriptionprivate static final Map<String,SoftReference<? extends ICacheable>> CacheImpl.CACHEMethods in org.red5.cache.impl that return ICacheableModifier and TypeMethodDescriptionReturn a cached object with the given name.Return a cached object with the given name.Methods in org.red5.cache.impl that return types with arguments of type ICacheableModifier and TypeMethodDescriptionIterator<SoftReference<? extends ICacheable>>CacheImpl.getObjects()Return iterator over the already loaded objects in the storage.Iterator<SoftReference<? extends ICacheable>>NoCacheImpl.getObjects()Return iterator over the already loaded objects in the storage.Methods in org.red5.cache.impl with parameters of type ICacheableModifier and TypeMethodDescriptionprotected voidCacheImpl.put(String name, ICacheable obj) booleanCacheImpl.remove(ICacheable obj) Delete the passed cached object.booleanNoCacheImpl.remove(ICacheable obj) Delete the passed cached object.