OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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