Uses of Class
org.alfresco.repo.content.caching.Key
-
Packages that use Key Package Description org.alfresco.repo.content.caching -
-
Uses of Key in org.alfresco.repo.content.caching
Methods in org.alfresco.repo.content.caching that return Key Modifier and Type Method Description static KeyKey. forCacheFile(java.io.File file)static KeyKey. forCacheFile(java.lang.String path)static KeyKey. forUrl(java.lang.String url)Methods in org.alfresco.repo.content.caching with parameters of type Key Modifier and Type Method Description booleanContentCacheImpl. contains(Key key)Allows caller to perform lookup using aKey.voidContentCacheImpl. putIntoLookup(Key key, java.lang.String value)Put an item in the lookup table.Method parameters in org.alfresco.repo.content.caching with type arguments of type Key Modifier and Type Method Description voidContentCacheImpl. setMemoryStore(org.alfresco.repo.cache.SimpleCache<Key,java.lang.String> memoryStore)Configure ContentCache with a memory store.
-