Interface SpringSecurityModuleCache


public interface SpringSecurityModuleCache
Author:
Arne Vandamme
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
    Unless property for Cacheable that will ensure only null values are cached and otherwise assumes that caching has been performed by a repository.
  • Field Details

    • UNLESS_NULLS_ONLY

      static final String UNLESS_NULLS_ONLY
      Unless property for Cacheable that will ensure only null values are cached and otherwise assumes that caching has been performed by a repository.
      See Also:
    • SECURITY_PRINCIPAL

      static final String SECURITY_PRINCIPAL
      See Also: