Interface CacheKey
-
- All Known Implementing Classes:
StandardCacheKey
public interface CacheKey
Interface for cache keys in Confluence. This interface should only be implmented byStandardCacheKey
and plugin test code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
-
-
-
Method Detail
-
getKey
String getKey()
-
-