Uses of Interface
org.jivesoftware.smackx.caps.cache.EntityCapsPersistentCache
-
Packages that use EntityCapsPersistentCache Package Description org.jivesoftware.smackx.caps Smacks implementation of XEP-0115: Entity Capabilities.org.jivesoftware.smackx.caps.cache Cache classes for XEP-0115: Entity Capabilities. -
-
Uses of EntityCapsPersistentCache in org.jivesoftware.smackx.caps
Fields in org.jivesoftware.smackx.caps declared as EntityCapsPersistentCache Modifier and Type Field Description protected static EntityCapsPersistentCacheEntityCapsManager. persistentCacheMethods in org.jivesoftware.smackx.caps with parameters of type EntityCapsPersistentCache Modifier and Type Method Description static voidEntityCapsManager. setPersistentCache(EntityCapsPersistentCache cache)Set the persistent cache implementation. -
Uses of EntityCapsPersistentCache in org.jivesoftware.smackx.caps.cache
Classes in org.jivesoftware.smackx.caps.cache that implement EntityCapsPersistentCache Modifier and Type Class Description classSimpleDirectoryPersistentCacheSimple implementation of an EntityCapsPersistentCache that uses a directory to store the Caps information for every known node.
-