Uses of Interface
org.red5.cache.ICacheable
-
Uses of ICacheable in org.red5.cache
Modifier and TypeMethodDescriptionReturn a cached object with the given name.Modifier and TypeMethodDescriptionIterator<SoftReference<? extends ICacheable>>
ICacheStore.getObjects()
Return iterator over the already loaded objects in the storage.Modifier and TypeMethodDescriptionboolean
ICacheStore.remove
(ICacheable obj) Delete the passed cached object. -
Uses of ICacheable in org.red5.cache.impl
Modifier and TypeClassDescriptionclass
Provides an implementation of a cacheable object.Modifier and TypeFieldDescriptionprivate static final Map<String,
SoftReference<? extends ICacheable>> CacheImpl.CACHE
Modifier and TypeMethodDescriptionReturn a cached object with the given name.Return a cached object with the given name.Modifier 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.Modifier 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.