HomeSort by relevance Sort by last modified time
    Searched refs:EntityCapsPersistentCache (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
EntityCapsPersistentCache.java 20 public interface EntityCapsPersistentCache {
SimpleDirectoryPersistentCache.java 41 * Simple implementation of an EntityCapsPersistentCache that uses a directory
48 public class SimpleDirectoryPersistentCache implements EntityCapsPersistentCache {
  /external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java 43 import org.jivesoftware.smackx.entitycaps.cache.EntityCapsPersistentCache;
81 protected static EntityCapsPersistentCache persistentCache;
198 public static void setPersistentCache(EntityCapsPersistentCache cache) throws IOException {

Completed in 456 milliseconds