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

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

Best Java code snippets using org.opencms.flex.CmsFlexCache.clearOnlineEntries (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_ONLINE_ENTRIES:
  clearOnlineEntries();
  break;
case CLEAR_OFFLINE_ALL:
origin: org.opencms/opencms-solr

  break;
case CLEAR_ONLINE_ENTRIES:
  clearOnlineEntries();
  break;
case CLEAR_OFFLINE_ALL:
org.opencms.flexCmsFlexCacheclearOnlineEntries

Javadoc

Clears all entries from the online project in the cache.

The keys from the online project are not cleared. Cached resources from the offline projects are not touched.

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
  • clearEntries
    Clears all entries in the cache, online or offline. The keys are not cleared. Only users with admi
  • 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
  • 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

  • Finding current android device location
  • runOnUiThread (Activity)
  • getContentResolver (Context)
  • getSupportFragmentManager (FragmentActivity)
    Return the FragmentManager for interacting with fragments associated with this activity.
  • BufferedReader (java.io)
    Reads text from a character-input stream, buffering characters so as to provide for the efficient re
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • KeyStore (java.security)
    This class represents an in-memory collection of keys and certificates. It manages two types of entr
  • MessageFormat (java.text)
    MessageFormat provides a means to produce concatenated messages in language-neutral way. Use this to
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.This exception may include information for locating the er
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