Class DefaultBackofficeFacetSearchConfigCache

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​PK> cache
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected java.util.concurrent.locks.ReadWriteLock cacheLock
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected java.util.Set<java.lang.String> invalidatingTypecodes
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected ModelService modelService
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Field Detail

      • cache

        protected final java.util.Map<java.lang.String,​PK> cache
        Deprecated, for removal: This API element is subject to removal in a future version.
      • cacheLock

        protected final java.util.concurrent.locks.ReadWriteLock cacheLock
        Deprecated, for removal: This API element is subject to removal in a future version.
      • invalidatingTypecodes

        protected java.util.Set<java.lang.String> invalidatingTypecodes
        Deprecated, for removal: This API element is subject to removal in a future version.
      • modelService

        protected ModelService modelService
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • DefaultBackofficeFacetSearchConfigCache

        public DefaultBackofficeFacetSearchConfigCache()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • initialize

        public void initialize()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setInvalidatingTypecodes

        public void setInvalidatingTypecodes​(java.util.Set<java.lang.String> invalidatingTypecodes)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isOperationInvalidating

        protected boolean isOperationInvalidating​(int invalidationType)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isTypeInvalidating

        protected boolean isTypeInvalidating​(java.lang.Object[] key)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getModelService

        protected ModelService getModelService()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setModelService

        public void setModelService​(ModelService modelService)
        Deprecated, for removal: This API element is subject to removal in a future version.