Home
last modified time | relevance | path

Searched refs:EntityCapsPersistentCache (Results 1 – 3 of 3) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
DEntityCapsPersistentCache.java20 public interface EntityCapsPersistentCache { interface
DSimpleDirectoryPersistentCache.java48 public class SimpleDirectoryPersistentCache implements EntityCapsPersistentCache {
/external/smack/src/org/jivesoftware/smackx/entitycaps/
DEntityCapsManager.java43 import org.jivesoftware.smackx.entitycaps.cache.EntityCapsPersistentCache;
81 protected static EntityCapsPersistentCache persistentCache;
198 public static void setPersistentCache(EntityCapsPersistentCache cache) throws IOException { in setPersistentCache()