Codota Logo
CmsFlexCache.clearEntries
Code IndexAdd Codota to your IDE (free)

How to use
clearEntries
method
in
org.opencms.flex.CmsFlexCache

Best Java code snippets using org.opencms.flex.CmsFlexCache.clearEntries (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Point p =
  • Codota Iconnew Point(x, y)
  • Codota Iconnew Point()
  • Codota IconMouseEvent e;e.getPoint()
  • Smart code suggestions by Codota
}
origin: org.opencms/opencms-core

  break;
case CLEAR_ENTRIES:
  clearEntries();
  break;
case CLEAR_ONLINE_ALL:
origin: org.opencms/opencms-solr

  break;
case CLEAR_ENTRIES:
  clearEntries();
  break;
case CLEAR_ONLINE_ALL:
org.opencms.flexCmsFlexCacheclearEntries

Javadoc

Clears all entries in the cache, online or offline.

The keys are not cleared.

Only users with administrator permissions are allowed to perform this operation.

Popular methods of CmsFlexCache

  • cacheOffline
    Indicates if offline project resources are cached.
  • getEntryLruCache
    Returns the LRU cache where the CacheEntries are cached.
  • <init>
    Constructor for class CmsFlexCache. The parameter "enabled" is used to control if the cache is actua
  • clear
    Empties the cache completely.
  • clearAccordingToSuffix
    Internal method to perform cache clearance. It clears "one half" of the cache, i.e. either the onlin
  • clearOffline
    Clears all entries and all keys from offline projects in the cache. Cached resources from the online
  • clearOfflineEntries
    Clears all entries from offline projects in the cache. The keys from the offline projects are not cl
  • clearOnline
    Clears all entries and all keys from the online project in the cache. Cached resources from the offl
  • clearOnlineEntries
    Clears all entries from the online project in the cache. The keys from the online project are not cl
  • get
    Looks up a specific entry in the cache. In case a found entry has a timeout set, it will be checked
  • getKey
    Returns the CmsFlexCacheKey data structure for a given resource name.
  • isEnabled
    Indicates if the cache is enabled (i.e. actually caching entries) or not.
  • getKey,
  • isEnabled,
  • purgeJspRepository,
  • put,
  • putKey,
  • getCachedKey,
  • getCachedResources,
  • getCachedVariations,
  • keySize

Popular in Java

  • Reactive rest calls using spring rest template
  • getSystemService (Context)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate(i
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Stack (java.util)
    The Stack class represents a last-in-first-out (LIFO) stack of objects. It extends class Vector with
  • JList (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now