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 TypeMethodDescriptionboolean
ICacheStore.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 TypeClassDescriptionclass
Provides 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.CACHE
Methods 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 void
CacheImpl.put
(String name, ICacheable obj) boolean
CacheImpl.remove
(ICacheable obj) Delete the passed cached object.boolean
NoCacheImpl.remove
(ICacheable obj) Delete the passed cached object.