Deprecated API


Contents
Deprecated Methods
com.opensymphony.oscache.base.Cache.flushPattern(String)
          For performance and flexibility reasons it is preferable to store cache entries in groups and use the Cache.flushGroup(String) method instead of relying on pattern flushing. 
com.opensymphony.oscache.general.GeneralCacheAdministrator.flushPattern(String)
          For performance and flexibility reasons it is preferable to store cache entries in groups and use the GeneralCacheAdministrator.flushGroup(String) method instead of relying on pattern flushing. 
com.opensymphony.oscache.base.Cache.flushPattern(String, String)
          For performance and flexibility reasons it is preferable to store cache entries in groups and use the Cache.flushGroup(String, String) method instead of relying on pattern flushing. 
 


OSCache Project Page