Class RepositoryCache
java.lang.Object
org.eclipse.dirigible.repository.api.RepositoryCache
- All Implemented Interfaces:
IRepositoryCache
public class RepositoryCache extends Object implements IRepositoryCache
The Class RepositoryCache.
-
Constructor Summary
Constructors Constructor Description RepositoryCache() -
Method Summary
-
Constructor Details
-
RepositoryCache
public RepositoryCache()
-
-
Method Details
-
get
Gets the.- Specified by:
getin interfaceIRepositoryCache- Parameters:
path- the path- Returns:
- the byte[]
-
put
Put.- Specified by:
putin interfaceIRepositoryCache- Parameters:
path- the pathcontent- the content
-
remove
Removes the.- Specified by:
removein interfaceIRepositoryCache- Parameters:
path- the path
-
clear
public void clear()Clear.- Specified by:
clearin interfaceIRepositoryCache
-
enable
public static void enable()Enable. -
disable
public static void disable()Disable. -
isEnabled
public static boolean isEnabled()Checks if is enabled.- Returns:
- true, if is enabled
-