Uses of Class
org.alfresco.repo.content.caching.Key
Packages that use Key
-
Uses of Key in org.alfresco.repo.content.caching
Methods in org.alfresco.repo.content.caching that return KeyModifier and TypeMethodDescriptionstatic KeyKey.forCacheFile(File file) static KeyKey.forCacheFile(String path) static KeyMethods in org.alfresco.repo.content.caching with parameters of type KeyModifier and TypeMethodDescriptionbooleanAllows caller to perform lookup using aKey.voidContentCacheImpl.putIntoLookup(Key key, String value) Put an item in the lookup table.Method parameters in org.alfresco.repo.content.caching with type arguments of type KeyModifier and TypeMethodDescriptionvoidContentCacheImpl.setMemoryStore(SimpleCache<Key, String> memoryStore) Configure ContentCache with a memory store.